ae7cd211f16caabd11965e6e5ca05bd22b0e92ff,src/test/java/fr/zcraft/zlib/i18n/PropertiesTranslatorTest.java,PropertiesTranslatorTest,PropertiesTranslatorTest,#,46

Before Change



    public PropertiesTranslatorTest() throws IOException
    {
        translator = new PropertiesTranslator(Locale.FRANCE, TestsUtils.tempResource("i18n/fr_FR.properties"));
    }

    @Test

After Change



    public PropertiesTranslatorTest() throws IOException
    {
        translator = Translator.getInstance(Locale.FRANCE, TestsUtils.tempResource("i18n/fr_FR.properties"));
    }

    @Test